home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / ZED3D080.ZIP / UPDATE.MSG < prev    next >
Encoding:
Text File  |  1995-09-26  |  5.2 KB  |  144 lines

  1. Hello everyone.
  2.  
  3. I just uploaded a new version of Zed3D. Zed3D is a handy tutorial and
  4. reference for real-time 3D graphics. It includes most proofs as well as
  5. some pseudocode. Zed3D cover several topics, among which are:
  6. texture mapping, gouraud shading, z-buffering, depth-field rendering,
  7. bitmap scaling, rendering a polygon, reducing a polygon to a mesh of
  8. triangles, automatically generating normals for polyhedras and more.
  9.  
  10. It also now includes an example 3d graphics engine (basic), with
  11. source code.
  12.  
  13. WHAT'S NEW OR A RECENT ADDITION:
  14. A total rewrite of the document. I split everything into the proper
  15. chapters, and made a table of contents. The file formats now supported
  16. are Word 2 and PostScript.
  17.  
  18. Here follows the "Getting Zed3D and reading it on my system" FAQ.
  19.  
  20. ==============================================================================
  21. HOW DO I GET IT?
  22.  
  23. Through FTP.
  24.  
  25. As soon as Jouni moves it to its home directory, the file will be available
  26. as:
  27.  
  28. [x2ftp.oulu.fi:/pub/msdos/programming/docs/zed3d080.zip]
  29.  
  30. Current version is 0.80 (that's why the file is named thus).
  31.  
  32. If it's not there right at first, give Jouni some more time to move it.
  33.  
  34. Complaints/comments about the above FTP service (and only that FTP service)
  35. should go to ftpadm@x2ftp.oulu.fi.
  36.  
  37. The document is also available through WWW. The URL page is:
  38. http://www.cs.colostate.edu/~hadjiyia/3d.html
  39.  
  40. That page is maintened not by me, but by Mr Simos Hadjiyiannis.
  41. If you are having any problems with that page, it would be better
  42. that you contact Mr Hadjiyiannis instead of me, as I do not have the
  43. ability to make modifications directly to that WWW page. I cannot guarantee
  44. that the WWW page is the latest version of the document. If it is not the
  45. latest version, you should be able to get the latest one from the FTP site
  46. above.
  47.  
  48. Mr Hadjiyiannis can be reached at the following e-mail address:
  49. hadjiyia@cs.colostate.edu.
  50.  
  51.  
  52.  
  53.  
  54. FTP SAYS "UNKNOWN HOST" OR SOMETHING OF THE LIKE, WHAT DO I DO?
  55.  
  56. The host is x2ftp.oulu.fi (make sure you type x2ftp, not ftp). It can also be
  57. reached as teeri.oulu.fi. If all else fails, the IP address is
  58. 130.231.48.141. If you enter that instead of a server name, it will (should)
  59. connect you to x2ftp.
  60.  
  61.  
  62.  
  63. I DON'T HAVE FTP ACCESS, WHAT DO I DO?
  64.  
  65. For those of you without FTP access, there are a number of mail services
  66. you can use to do any kind of FTP operations. You could try mailing to these
  67. addresses:
  68. ftpmail@inet-gw-2.pa.dec.com
  69. bitftp@pucc@princeton.edu
  70.  
  71. The body of the letter should be "help", it will then explain how it works.
  72. Another one that I heard of, but I think it works differently is:
  73. ftpmail@decwrl.dec.com
  74.  
  75. If you have comments or corrections to make to the above FTP mail services,
  76. mail me.
  77.  
  78.  
  79.  
  80. THE FILE I GOT WAS GARBLED, WHAT HAPPENED?
  81.  
  82. If it's only the .PS file that is garbled, you have a copy of version 0.41
  83. (it was unfortunately garbled at that time).
  84.  
  85. If you are getting errors as you decompress the files, you might be using
  86. the wrong decompressing utility. The archive is compressed using PKZIP version
  87. 2.04g.
  88.  
  89.  
  90.  
  91. I AM ON UNIX, I DECOMPRESSED IT AND ONLY GOT A SINGLE UNREADABLE FILE,
  92. WHAT IS WRONG?
  93.  
  94. You are probably using "gunzip" instead of "unzip". Here, I will quote Jeff
  95. Epler:
  96.  
  97. ----8<-----cut here--------------------------------------------------------
  98. I don't know about anything else in this message, but it's possible
  99. that this person used 'gunzip' on a pkzip archive -- Gunzip minimally
  100. understands .zip files with deflated entries, but only extracts the
  101. first file.  They should use 'unzip' from info-zip, source from
  102. ftp.uu.net:/pub/archiving/zip/unzip512.tar.Z , and it'll take some
  103. knowledge of unix to compile and install it.
  104. ----8<-----cut here--------------------------------------------------------
  105.  
  106.  
  107. I WOULD LIKE TO GET AN EXECUTABLE VERSION OF UNZIP, HOW DO I DO THAT?
  108.  
  109. I don't know. Get the C source (last question) and compile it or find
  110. someone to compile it for you.
  111.  
  112.  
  113. I CANNOT READ ANY OF THE FILE FORMATS INCLUDED IN YOUR PACKAGE, COULDN'T 
  114. YOU PUT SOME OTHER FORMAT IN THERE?
  115.  
  116. If I find a way of making a PS, HTML or some other format file, I will.
  117. Otherwise, until then, if you can't give me specific instructions, don't
  118. ask for some specific file format, because I won't be able to do so.
  119.  
  120.  
  121. WHAT ABOUT US ASCII-ONLY GUYS?
  122.  
  123. I'm working on that - dunno if I will do it. In the mean time, you can
  124. always try to examine the .PS file. To do that, you will need either a
  125. PostScript printer or a .PS file viewer. There exists a free .PS file
  126. viewer package thing called GhostView and GhostScript, made by the
  127. fine guys at the Free Software Foundation or GNU or whatever. The viewer
  128. has been compiled for a number of different platforms, both unix and
  129. others. SimTel sites should carry it in some form or other. One such
  130. site is the ftp site oak.oakland.edu. Note that if you use that program,
  131. you are totally, completely on your own, I will not be able to help,
  132. refund, pay indemnities or whatever in any way. If you have any questions
  133. about these programs, contact the FSF.
  134.  
  135.  
  136. ===========================================================================
  137.  
  138.  
  139.  
  140. Sincerely yours,
  141.  
  142. Zed
  143. zed@binkley.cc.mcgill.ca
  144.